home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The PC-SIG Library 9
/
The PC-SIG Library on CD ROM - Ninth Edition.iso
/
301_400
/
DISK0310
/
DISK0310.ZIP
/
QM.BAT
< prev
next >
Wrap
DOS Batch File
|
1989-10-05
|
669b
|
22 lines
ECHO OFF
IF NOT EXIST COMMAND.COM GOTO NOCMD
ECHO.
ECHO This BATCH file is for Floppy users. It sets the Path
ECHO command to allow Qmodem to search both floppy drives for the
ECHO necessary files. Disk #1 should be in the A: drive and
ECHO Disk #2 should be in the B: drive.
ECHO.
PAUSE When you have these disks inserted,
PATH=A:\;B:\
B:QMODEM
GOTO DONE
:NOCMD
ECHO.
ECHO You must have a copy of COMMAND.COM from your bootable DOS
ECHO disk on this floppy for certain commands in Qmodem to
ECHO execute. After you have copied the file to this disk, you
ECHO can restart the batch file by typing in 'QM' from the DOS
ECHO prompt.
ECHO.
:DONE